home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 December / PCWorld_2004-12_cd.bin / software / topware / gozilla / gozilla.exe / {app} / windows.skin / schedule.skn < prev    next >
Text File  |  2001-11-19  |  6KB  |  136 lines

  1. <form name="File Manager" image="window\black.bmp" width=478 height=300 minwidth=178 minheight=60
  2.     relative="main" snap=top resize_image=stretch resize_window=true>
  3.  
  4.     <image name="1" x=0 y=0 width=5 height=16 image="window\upper_left.bmp">
  5.     <image name="2" x=5 y=0 width=-5 height=16 resize=stretch image="window\top.bmp">
  6.     <image name="3" x=-5 y=0 width=5 height=16 image="window\upper_right.bmp">
  7.  
  8.     <image name="4" x=0 y=16 width=6 height=-5 resize=stretch image="window\left_side.bmp">
  9.     <image name="5" x=-5 y=16 width=5 height=-9 resize=stretch image="window\right_side.bmp">
  10.  
  11.     <image name="6" x=0 y=-6 width=6 height=6 image="window\lower_left.bmp">
  12.     <image name="7" x=5 y=-6 width=-9 height=6 resize=stretch image="window\bottom.bmp">
  13.     <image name="8" x=-9 y=-9 width=9 height=9 image="window\lower_right.bmp">
  14.     
  15.     <!-- All controls go after this -->
  16.  
  17.     <textwindow name="file_desc" x=5 y=2 width=50 height=12 
  18.         font=Arial fontsize=12 align=left fontcolor=#FFC000 text="Scheduling:">
  19.     <textwindow name="file_to_schedule" x=56 y=2 width=300 height=12 
  20.         font=Arial fontsize=12 align=left fontcolor=#FFFFFF>
  21.  
  22.     <button name="prev_month" x=6 y=20
  23.         image="window\la_n.bmp" mouseOver="window\la_o.bmp" mouseDown="window\la_d.bmp">   
  24.     
  25.     <textwindow name="month_and_year" x=23 y=18 width=120 height=20
  26.         font=Arial fontsize=18 align=center fontcolor=#00D818>
  27.     
  28.     <button name="next_month" x=145 y=20
  29.         image="window\ra_n.bmp" mouseOver="window\ra_o.bmp" mouseDown="window\ra_d.bmp">   
  30.        
  31.     <combo name=month
  32.         x=165
  33.         y=20
  34.         width=80
  35.         height=16
  36.         fontname=arial 
  37.         fontsize=14 
  38.         fontcolor=#000000 
  39.         bgcolor=#FFFFFF
  40.         buttoncolor=#C8CACD
  41.         arrowcolor=#000000
  42.         edgelightcolor=#FFFFFF
  43.         edgedarkcolor=#808080>
  44.  
  45.     <combo name=year
  46.         x=253
  47.         y=20
  48.         width=60
  49.         height=16
  50.         fontname=arial 
  51.         fontsize=14 
  52.         fontcolor=#000000 
  53.         bgcolor=#FFFFFF
  54.         buttoncolor=#C8CACD
  55.         arrowcolor=#000000
  56.         edgelightcolor=#FFFFFF
  57.         edgedarkcolor=#808080>
  58.     
  59.     <button name="time_down" x=340 y=20
  60.         image="window\la_n.bmp" mouseOver="window\la_o.bmp" mouseDown="window\la_d.bmp">   
  61.     
  62.     <textinput name="time" x=360 y=18 width=55 height=20 
  63.         font=Arial fontsize=18 align=center fontcolor=#00D818>
  64.     
  65.     <button name="time_up" x=415 y=20
  66.         image="window\ra_n.bmp" mouseOver="window\ra_o.bmp" mouseDown="window\ra_d.bmp">   
  67.  
  68.  
  69.     <calendar name="calendar" x=6 y=40 width=-20 height=-65 
  70.         fontname="Arial" 
  71.         dayfontsize=14 
  72.         dayfontcolor=#000000 
  73.         dowfontsize=14 
  74.         dowfontcolor=#FFFFFF 
  75.         inactivefontcolor=#FFFFFF 
  76.         linecolor=#FFFFFF 
  77.         selectbuttoncolor=#3D3D9E 
  78.         selectfontcolor=#ffffff
  79.         buttoncolor=#C8CACD
  80.         edgelightcolor=#FFFFFF
  81.         edgedarkcolor=#808080>
  82.        
  83.     <button name="monitor_for_updates" x=9 y=-55   
  84.         image="window\checkbox_off_n.bmp" mouseover="window\checkbox_off_o.bmp" mousedown="window\checkbox_on_o.bmp"
  85.         toggleimage="window\checkbox_on_n.bmp" togglemouseover="window\checkbox_on_o.bmp" togglemousedown="window\checkbox_off_o.bmp">
  86.     <textwindow name="mfu_Desc" x=27 y=-55 width=300 height=14 
  87.         font=Arial fontsize=12 align=left fontcolor=#FFFFFF text="Ask me if I want to download this file when it changes">
  88.         
  89.     <button name="shutdown_after_dl" x=9 y=-38   
  90.         image="window\checkbox_off_n.bmp" mouseover="window\checkbox_off_o.bmp" mousedown="window\checkbox_on_o.bmp"
  91.         toggleimage="window\checkbox_on_n.bmp" togglemouseover="window\checkbox_on_o.bmp" togglemousedown="window\checkbox_off_o.bmp">
  92.     <textwindow name="sdadl_Desc" x=27 y=-38 width=230 height=14 
  93.         font=Arial fontsize=12 align=left fontcolor=#FFFFFF text="Shutdown after download">
  94.         
  95.     <button name="recurring_download" x=9 y=-21   
  96.         image="window\checkbox_off_n.bmp" mouseover="window\checkbox_off_o.bmp" mousedown="window\checkbox_on_o.bmp"
  97.         toggleimage="window\checkbox_on_n.bmp" togglemouseover="window\checkbox_on_o.bmp" togglemousedown="window\checkbox_off_o.bmp">
  98.     <textwindow name="Rec_Desc" x=27 y=-20 width=130 height=12 
  99.         font=Arial fontsize=12 align=left fontcolor=#FFFFFF text="Recurring Download">
  100.         
  101.     <textwindow name="every_desc" x=130 y=-20 width=30 height=12 
  102.         font=Arial fontsize=12 align=left fontcolor=#FFFFFF text="Every:">
  103.         
  104.     <textinput name="every_x_days" x=165 y=-21 width=20 height=12  
  105.         font=arial fontsize=12 fontcolor=#000000 bgcolor=#FFFFFF>
  106.  
  107.     <textwindow name="days_desc" x=190 y=-20 width=30 height=12 
  108.         font=Arial fontsize=12 align=left fontcolor=#FFFFFF text="days">
  109.         
  110.     <textinput name="every_x_hours" x=215 y=-21 width=20 height=12  
  111.         font=arial fontsize=12 fontcolor=#000000 bgcolor=#FFFFFF>
  112.  
  113.     <textwindow name="hours_desc" x=240 y=-20 width=30 height=12 
  114.         font=Arial fontsize=12 align=left fontcolor=#FFFFFF text="hours">
  115.  
  116.     <textinput name="every_x_minutes" x=275 y=-21 width=20 height=12  
  117.         font=arial fontsize=12 fontcolor=#000000 bgcolor=#FFFFFF>
  118.  
  119.     <textwindow name="minutes_desc" x=300 y=-20 width=35 height=12 
  120.         font=Arial fontsize=12 align=left fontcolor=#FFFFFF text="minutes">
  121.  
  122.     <button name="options" x=-120 y=-54   
  123.         image="menu\menu_n.bmp" mouseOver="menu\menu_o.bmp" mouseDown="menu\menu_d.bmp"
  124.         text="Monitor Options"
  125.         text_x=5 text_y=1 font=arial fontsize=12 fontcolor=#000000 mouseovercolor=#3D3D9E>
  126.  
  127.     <button name="clear" x=-120 y=-34   
  128.         image="schedule\clear_schedule_n.bmp" mouseover="schedule\clear_schedule_o.bmp" mousedown="schedule\clear_schedule_o.bmp">
  129.     
  130.     <button name="ok" x=-120 y=-19   
  131.         image="window\ok_n.bmp" mouseover="window\ok_o.bmp" mousedown="window\ok_o.bmp">
  132.  
  133.     <button name="close" x=-90 y=-19   
  134.         image="window\cancel_n.bmp" mouseover="window\cancel_o.bmp" mousedown="window\cancel_o.bmp">
  135.  
  136. </form>